CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opengl 鼠标

搜索资源列表

  1. 3dsnail

    1下载:
  2. 这是我们小组用opengl做的一个3d蜗牛小程序,程序实现wasd控制摄像机前后左右移动,qe控制俯仰角,zx控制上下移动,ijkl加alt键控制蜗牛移动,鼠标在地面点击可移动蜗牛到改点,并添加了一个绕y轴转的点光源,为两只蜗牛添加了不同的材质。右键菜单里有相应的重置,退出等。-This is our group with opengl 3d snail do a small program, program wasd to control the camera move around, qe
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:3672409
    • 提供者:
  1. OPENGL_MFC_study

    0下载:
  2. 在OpenGL学习过程中,NeHe 的教程为 Win32 窗口程序,对于初学者来说,多有不便,这里我写了一个基于MFC的框架,其中已经包含了 鼠标旋转 等功能。-Learning process in OpenGL, NeHe tutorials for Win32 window procedure, for starters, more inconvenient, where I wrote a MFC-based framework, which already contains the m
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:569392
    • 提供者:杨网
  1. opengltest

    0下载:
  2. 本程序运用opengl编程语言绘制多纹理图形,并实现用键盘实现平移,用鼠标点击实现旋转-This procedure using opengl to draw more texture graphical programming language, using a keyboard realizing translation,and using the mouse to click on the implementation
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-11
    • 文件大小:18458242
    • 提供者:zenobia
  1. erqwer

    0下载:
  2. 实现opengl与vc++MFC对话框的连接;实现一些基本的鼠标和键盘对opengl的操作;实现一些串口通信操作-Opengl realize the connection with vc++MFC dialog achieve some basic mouse and keyboard operation opengl achieve some serial communication
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-26
    • 文件大小:9090676
    • 提供者:lht
  1. face2D

    0下载:
  2. 二维可交互的卡通人脸,按↑可旋转,可以用鼠标拖动其在窗口中的位置,可以右键菜单更改颜色,适合opengl初学者-。--Dimensional interactive cartoon faces, press ↑ to rotate, you can drag its location in the window with the mouse, you can right-click menu to change the color, suitable for beginners opengl-.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-21
    • 文件大小:6170910
    • 提供者:忘川墨冷
  1. Small-ball-collision-rebound

    0下载:
  2. openGL,一个六边形框内,有三个尸体图形,一个四边形,一个六边形,一个三角形,一小球在六边体方框内碰撞反弹。鼠标操作反弹开始。-OpenGL, a hexagonal box, there are three bodies graphics, a quadrilateral, a hexagon, a triangle, a ball at the edge of the six box body collision rebound. The mouse operation rebound
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:2259
    • 提供者:朱明艳
  1. BoneAnimation

    0下载:
  2. 在opengl框架下通过鼠标响应事件控制骨骼动画源代码-In response to the incident opengl framework to control the mouse skeletal animation source code
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:2681437
    • 提供者:顾浩
  1. easy-language-OpenGLPB-spline

    0下载:
  2. 本人早期用易语言做的OpenGL+B样条练习,根据鼠标单击点反求控制顶点,适合初学图形编程学习。-I spent the early easy language to do OpenGL+B spline exercises, according to the mouse click point reverse control vertices, suitable for beginners to learn graphical programming.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-06
    • 文件大小:1113234
    • 提供者:好好
  1. BezierCurve

    1下载:
  2. 使用OpenGL编写的Bezier曲线绘制程序(使用de Casteljau算法)。鼠标左键添加控制点(数目不限),右键清屏。-Bezier curve drawing program using OpenGL(de Casteljau algorithm).Left mouse button to add control points (unlimited number), right-clear screen.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:47123
    • 提供者:张坤
  1. Line

    0下载:
  2. 点击鼠标实现划线功能,开发环境为vs。用opengl实现-Click the mouse to achieve the dash features, development environment for vs. Use opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:2411153
    • 提供者:王利爽
  1. Terrain

    0下载:
  2. OpenGL的导入3ds模型,并添加透视变换,视角大,可通过鼠标来改变-opengl import 3ds model and add perspective transformation, viewing angle can be changed via the mouse
  3. 所属分类:Game Engine

    • 发布日期:2017-05-17
    • 文件大小:4122135
    • 提供者:王博
  1. shiyan3

    9下载:
  2. 实验3 简单多边形显示 实验目的:通过鼠标响应函数输入并显示多边形 基本内容: 通过鼠标依次输入n个顶点(n>=3),显示多边形。 建立多边形数据结构(保存顶点表、边信息,及其他信息) 用opengl显示多边形 拓展要求: 判断多边形的类型(自相交多边形,凹多边形,凸多边形) *若是凹多边形,则把多边形转换为多个凸多边形-Experiment 3 simple polygon display Purpose: response function by m
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:622798
    • 提供者:赵雯雯
  1. cube

    0下载:
  2. opengl做的3d可旋转方块,可根据鼠标拖动旋转-3d opengl do rotatable box to rotate according to the mouse to drag
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:279758
    • 提供者:郑玉
  1. hockeygame

    0下载:
  2. 用opengl实现小球和背景的填充,并且移动鼠标实现人机交互,通过进球情况分出玩家的胜负-Using opengl to draw the ball and fill the background, and move the mouse to achieve human-computer interaction to find whether the player win or lose!
  3. 所属分类:Other Games

    • 发布日期:2017-06-09
    • 文件大小:16218751
    • 提供者:刘海
  1. OpenGl_cPP

    0下载:
  2. 用鼠标点击物体移动图形,opengl c-Use the mouse to click on objects moving graphics, opengl c++
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:12748
    • 提供者:long
  1. MouseAndLight

    0下载:
  2. OPENGL创建旋转立方体,鼠标互动与光照-OPENGL create a cube.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-14
    • 文件大小:3296318
    • 提供者:LYZ
  1. BALLS

    0下载:
  2. 一个简单的openGL程序,点击拖动鼠标产生一个小球,小球会互相发生碰撞。-A simple openGL program, click and drag the mouse to produce a small ball, small ball collide with each other.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:2282
    • 提供者:胡江川
  1. trackball

    0下载:
  2. OpenGl的示例程序,模拟跟踪球,跟踪鼠标运动。程序由C语言写成。-OpenGl sample program to simulate the trackball, mouse movement. Program written in C language.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:1797
    • 提供者:Evan
  1. Terrain

    0下载:
  2. 通过加载了地形的图片和天空,构造了一个场景,同时用opengl模拟了一个camera,可以前进、后退、左移、右移,然后鼠标可以控制。-By loading the topographic images and the sky, to construct a scene, at the same time using the OpenGL simulation of a camera, can move forward, backward, left, right, and then the mo
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5150602
    • 提供者:belley
  1. OpenGL_Earth_Fish

    0下载:
  2. OpenGL纹理地球,鼠标旋转、缩放,带地球纹理贴图,使用格网方式绘制-OpenGL texture Earth, mouse rotation, scaling, with the Earth textures, using grid draws
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-12
    • 文件大小:19287815
    • 提供者:余冰莹
« 1 2 ... 24 25 26 27 28 2930 31 32 33 34 »
搜珍网 www.dssz.com